projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d77aa
)
* keyboard.c (cancel_hourglass_unwind): Surround with
author
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 25 Feb 2003 06:00:40 +0000
(06:00 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 25 Feb 2003 06:00:40 +0000
(06:00 +0000)
#ifdef HAVE_X_WINDOWS
src/ChangeLog
patch
|
blob
|
history
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ba92a5d3487e8337a62d78f81ea5e35c49906b46..59b088cfc738af90e9322993d0db7bd6e61bffd2 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2003-02-25 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+
+ * keyboard.c (cancel_hourglass_unwind): Surround with
+ #ifdef HAVE_X_WINDOWS
+
2003-02-25 Kenichi Handa <handa@m17n.org>
* buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 17cc6787f7f7011c46ae773769760fe2da0de080..86fdb9a0c401d2c72b262185caf32dc218b67bb0 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1355,12
+1355,14
@@
static void adjust_point_for_property P_ ((int, int));
/* Cancel hourglass from protect_unwind.
ARG is not used. */
+#ifdef HAVE_X_WINDOWS
static Lisp_Object
cancel_hourglass_unwind (arg)
Lisp_Object arg;
{
cancel_hourglass ();
}
+#endif
Lisp_Object
command_loop_1 ()